home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / bipl.zip / DATA.ZIP / PT5.GMR < prev    next >
Text File  |  1992-09-20  |  81b  |  5 lines

  1. s -> stmt
  2. s -> ifstmt
  3. ifstmt -> if exp then s
  4. ifstmt -> if exp then s else s
  5.